home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / MarsEdit 1.0.dmg / MarsEdit.app / Contents / Resources / MarsEditSuite.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-10  |  11.3 KB  |  390 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>MEDocument</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>scriptingAllowPings</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>Whether or not to accept trackbacks to the post. (For Movable Type compatible weblogs.)</string>
  15.                     <key>Name</key>
  16.                     <string>accept trackbacks</string>
  17.                 </dict>
  18.                 <key>scriptingBody</key>
  19.                 <dict>
  20.                     <key>Description</key>
  21.                     <string>The body text.</string>
  22.                     <key>Name</key>
  23.                     <string>body</string>
  24.                 </dict>
  25.                 <key>scriptingCategoryNames</key>
  26.                 <dict>
  27.                     <key>Description</key>
  28.                     <string>The categories for the post.</string>
  29.                     <key>Name</key>
  30.                     <string>category names</string>
  31.                 </dict>
  32.                 <key>scriptingCommentStatus</key>
  33.                 <dict>
  34.                     <key>Description</key>
  35.                     <string>0 means no status set, 1 means open for comments, 2 means closed. (For Movable Type compatible weblogs.)</string>
  36.                     <key>Name</key>
  37.                     <string>comment status</string>
  38.                 </dict>
  39.                 <key>scriptingCurrentTextStorage</key>
  40.                 <dict>
  41.                     <key>Description</key>
  42.                     <string>The current text view (one of body, extended, excerpt, or keywords).</string>
  43.                     <key>Name</key>
  44.                     <string>current text</string>
  45.                 </dict>
  46.                 <key>scriptingCurrentWeblog</key>
  47.                 <dict>
  48.                     <key>Description</key>
  49.                     <string>The current weblog as specified in the Weblog popup.</string>
  50.                     <key>Name</key>
  51.                     <string>current weblog</string>
  52.                 </dict>
  53.                 <key>scriptingExcerptEntry</key>
  54.                 <dict>
  55.                     <key>Description</key>
  56.                     <string>The contents of the excerpt entry text view.</string>
  57.                     <key>Name</key>
  58.                     <string>excerpt entry</string>
  59.                 </dict>
  60.                 <key>scriptingExtendedEntry</key>
  61.                 <dict>
  62.                     <key>Description</key>
  63.                     <string>The contents of the extended entry text view.</string>
  64.                     <key>Name</key>
  65.                     <string>extended entry</string>
  66.                 </dict>
  67.                 <key>scriptingKeywords</key>
  68.                 <dict>
  69.                     <key>Description</key>
  70.                     <string>The keywords for this post. (For Movable Type compatible weblogs.)</string>
  71.                     <key>Name</key>
  72.                     <string>keywords</string>
  73.                 </dict>
  74.                 <key>scriptingLink</key>
  75.                 <dict>
  76.                     <key>Description</key>
  77.                     <string>The contents of the URL field.</string>
  78.                     <key>Name</key>
  79.                     <string>link</string>
  80.                 </dict>
  81.                 <key>scriptingPostToHomePage</key>
  82.                 <dict>
  83.                     <key>Description</key>
  84.                     <string>Whether or not the post should appear on the home page. (For Radio UserLand only.)</string>
  85.                     <key>Name</key>
  86.                     <string>post to home page</string>
  87.                 </dict>
  88.                 <key>scriptingSelectedText</key>
  89.                 <dict>
  90.                     <key>Description</key>
  91.                     <string>The currently selected text in whichever text view is current.</string>
  92.                     <key>Name</key>
  93.                     <string>selected text</string>
  94.                 </dict>
  95.                 <key>scriptingTextFilter</key>
  96.                 <dict>
  97.                     <key>Description</key>
  98.                     <string>The text filter -- aka Formatting -- for this post. (For Movable Type compatible weblogs.)</string>
  99.                     <key>Name</key>
  100.                     <string>text filter</string>
  101.                 </dict>
  102.                 <key>scriptingTitle</key>
  103.                 <dict>
  104.                     <key>Description</key>
  105.                     <string>The contents of the Title field.</string>
  106.                     <key>Name</key>
  107.                     <string>title</string>
  108.                 </dict>
  109.                 <key>scriptingTrackbacksArray</key>
  110.                 <dict>
  111.                     <key>Description</key>
  112.                     <string>List of trackback links (URLs) to send with this post.</string>
  113.                     <key>Name</key>
  114.                     <string>trackback links</string>
  115.                 </dict>
  116.             </dict>
  117.             <key>Description</key>
  118.             <string>A post window.</string>
  119.             <key>Name</key>
  120.             <string>post window</string>
  121.             <key>PluralName</key>
  122.             <string>post windows</string>
  123.         </dict>
  124.         <key>MEWeblog</key>
  125.         <dict>
  126.             <key>Attributes</key>
  127.             <dict>
  128.                 <key>apiCallInProgress</key>
  129.                 <dict>
  130.                     <key>Description</key>
  131.                     <string>True if MarsEdit is currently calling the weblog via XML-RPC or other method.</string>
  132.                     <key>Name</key>
  133.                     <string>API call in progress</string>
  134.                 </dict>
  135.                 <key>askBlosxomFilename</key>
  136.                 <dict>
  137.                     <key>Description</key>
  138.                     <string>Whether or not to prompt for a filename when posting a new Blosxom post.</string>
  139.                     <key>Name</key>
  140.                     <string>prompt for Blosxom filenames</string>
  141.                 </dict>
  142.                 <key>encodeWithEntities</key>
  143.                 <dict>
  144.                     <key>Description</key>
  145.                     <string>Whether or not to encode text with HTML entities before sending to the weblog.</string>
  146.                     <key>Name</key>
  147.                     <string>encode with HTML entities</string>
  148.                 </dict>
  149.                 <key>numberOfPostsToDownload</key>
  150.                 <dict>
  151.                     <key>Description</key>
  152.                     <string>The number of posts to download when refreshing the weblog.</string>
  153.                     <key>Name</key>
  154.                     <string>number of posts to download</string>
  155.                 </dict>
  156.                 <key>previewTemplate</key>
  157.                 <dict>
  158.                     <key>Description</key>
  159.                     <string>The HTML template to use for previews.</string>
  160.                     <key>Name</key>
  161.                     <string>preview template</string>
  162.                 </dict>
  163.                 <key>scriptingBlosxomFolder</key>
  164.                 <dict>
  165.                     <key>Description</key>
  166.                     <string>The path to the Blosxom folder.</string>
  167.                     <key>Name</key>
  168.                     <string>Blosxom folder path</string>
  169.                 </dict>
  170.                 <key>scriptingBlosxomScript</key>
  171.                 <dict>
  172.                     <key>Description</key>
  173.                     <string>The script to run when sending a new or edited post to a Blosxom weblog.</string>
  174.                     <key>Name</key>
  175.                     <string>Blosxom script</string>
  176.                 </dict>
  177.                 <key>scriptingCategoryNames</key>
  178.                 <dict>
  179.                     <key>Description</key>
  180.                     <string>Names of categories for the weblog.</string>
  181.                     <key>Name</key>
  182.                     <string>category names</string>
  183.                 </dict>
  184.                 <key>scriptingHomeURLString</key>
  185.                 <dict>
  186.                     <key>Description</key>
  187.                     <string>The URL of the home page of the weblog.</string>
  188.                     <key>Name</key>
  189.                     <string>home page URL</string>
  190.                 </dict>
  191.                 <key>scriptingName</key>
  192.                 <dict>
  193.                     <key>Description</key>
  194.                     <string>The name of the weblog.</string>
  195.                     <key>Name</key>
  196.                     <string>name</string>
  197.                 </dict>
  198.                 <key>scriptingRPCURLString</key>
  199.                 <dict>
  200.                     <key>Description</key>
  201.                     <string>The URL of the API handler on the weblog (usually an XML-RPC script).</string>
  202.                     <key>Name</key>
  203.                     <string>API handler URL</string>
  204.                 </dict>
  205.                 <key>scriptingSystemName</key>
  206.                 <dict>
  207.                     <key>Description</key>
  208.                     <string>Name of the publishing system this weblog uses.</string>
  209.                     <key>Name</key>
  210.                     <string>system name</string>
  211.                 </dict>
  212.                 <key>scriptingUUID</key>
  213.                 <dict>
  214.                     <key>Description</key>
  215.                     <string>The internal identifier MarsEdit uses to uniquely identify the weblog.</string>
  216.                     <key>Name</key>
  217.                     <string>internal ID</string>
  218.                 </dict>
  219.                 <key>scriptingUsername</key>
  220.                 <dict>
  221.                     <key>Description</key>
  222.                     <string>Your username for the weblog.</string>
  223.                     <key>Name</key>
  224.                     <string>username</string>
  225.                 </dict>
  226.                 <key>scriptingWeblogID</key>
  227.                 <dict>
  228.                     <key>Description</key>
  229.                     <string>The ID of the weblog as stored on the server.</string>
  230.                     <key>Name</key>
  231.                     <string>weblog ID</string>
  232.                 </dict>
  233.                 <key>useKeychain</key>
  234.                 <dict>
  235.                     <key>Description</key>
  236.                     <string>Whether or not to store your password in the keychain.</string>
  237.                     <key>Name</key>
  238.                     <string>use keychain</string>
  239.                 </dict>
  240.             </dict>
  241.             <key>Description</key>
  242.             <string>A weblog.</string>
  243.             <key>Name</key>
  244.             <string>weblog</string>
  245.             <key>PluralName</key>
  246.             <string>weblogs</string>
  247.         </dict>
  248.         <key>MEWeblogPost</key>
  249.         <dict>
  250.             <key>Attributes</key>
  251.             <dict>
  252.                 <key>allowPings</key>
  253.                 <dict>
  254.                     <key>Description</key>
  255.                     <string>Whether or not to accept trackbacks to the post. (For Movable Type compatible weblogs.)</string>
  256.                     <key>Name</key>
  257.                     <string>accept trackbacks</string>
  258.                 </dict>
  259.                 <key>commentStatus</key>
  260.                 <dict>
  261.                     <key>Description</key>
  262.                     <string>0 means no status set, 1 means open for comments, 2 means closed. (For Movable Type compatible weblogs.)</string>
  263.                     <key>Name</key>
  264.                     <string>comment status</string>
  265.                 </dict>
  266.                 <key>postToHomePage</key>
  267.                 <dict>
  268.                     <key>Description</key>
  269.                     <string>Whether or not the post appears on the home page. (For Radio UserLand only.)</string>
  270.                     <key>Name</key>
  271.                     <string>post to home page</string>
  272.                 </dict>
  273.                 <key>scriptingBody</key>
  274.                 <dict>
  275.                     <key>Description</key>
  276.                     <string>The body text of the post.</string>
  277.                     <key>Name</key>
  278.                     <string>body</string>
  279.                 </dict>
  280.                 <key>scriptingCategoryNames</key>
  281.                 <dict>
  282.                     <key>Description</key>
  283.                     <string>The categories for the post.</string>
  284.                     <key>Name</key>
  285.                     <string>category names</string>
  286.                 </dict>
  287.                 <key>scriptingDataItemID</key>
  288.                 <dict>
  289.                     <key>Description</key>
  290.                     <string>The id for this post on the weblog server.</string>
  291.                     <key>Name</key>
  292.                     <string>post id</string>
  293.                 </dict>
  294.                 <key>scriptingExcerpt</key>
  295.                 <dict>
  296.                     <key>Description</key>
  297.                     <string>The excerpt (aka summary) for this post. (For Movable Type compatible weblogs.)</string>
  298.                     <key>Name</key>
  299.                     <string>excerpt entry</string>
  300.                 </dict>
  301.                 <key>scriptingExtendedEntry</key>
  302.                 <dict>
  303.                     <key>Description</key>
  304.                     <string>The extended entry for this post. (For Movable Type compatible weblogs.)</string>
  305.                     <key>Name</key>
  306.                     <string>extended entry</string>
  307.                 </dict>
  308.                 <key>scriptingKeywords</key>
  309.                 <dict>
  310.                     <key>Description</key>
  311.                     <string>The keywords for this post. (For Movable Type compatible weblogs.)</string>
  312.                     <key>Name</key>
  313.                     <string>keywords</string>
  314.                 </dict>
  315.                 <key>scriptingLink</key>
  316.                 <dict>
  317.                     <key>Description</key>
  318.                     <string>The link entered for this post.</string>
  319.                     <key>Name</key>
  320.                     <string>link</string>
  321.                 </dict>
  322.                 <key>scriptingPermalink</key>
  323.                 <dict>
  324.                     <key>Description</key>
  325.                     <string>The permalink of this post on the web.</string>
  326.                     <key>Name</key>
  327.                     <string>permalink</string>
  328.                 </dict>
  329.                 <key>scriptingTextFilter</key>
  330.                 <dict>
  331.                     <key>Description</key>
  332.                     <string>The text filter -- aka Formatting -- for this post. (For Movable Type compatible weblogs.)</string>
  333.                     <key>Name</key>
  334.                     <string>text filter</string>
  335.                 </dict>
  336.                 <key>scriptingTitle</key>
  337.                 <dict>
  338.                     <key>Description</key>
  339.                     <string>The title of the post.</string>
  340.                     <key>Name</key>
  341.                     <string>title</string>
  342.                 </dict>
  343.             </dict>
  344.             <key>Name</key>
  345.             <string>post</string>
  346.             <key>PluralName</key>
  347.             <string>posts</string>
  348.         </dict>
  349.         <key>NSApplication</key>
  350.         <dict>
  351.             <key>Attributes</key>
  352.             <dict>
  353.                 <key>selectedPost</key>
  354.                 <dict>
  355.                     <key>Description</key>
  356.                     <string>The current selected post or draft.</string>
  357.                     <key>Name</key>
  358.                     <string>selected post</string>
  359.                 </dict>
  360.                 <key>selectedWeblog</key>
  361.                 <dict>
  362.                     <key>Description</key>
  363.                     <string>The current selected weblog.</string>
  364.                     <key>Name</key>
  365.                     <string>selected weblog</string>
  366.                 </dict>
  367.             </dict>
  368.             <key>Description</key>
  369.             <string>MarsEdit‚Äôs top level scripting object.</string>
  370.             <key>Name</key>
  371.             <string>application</string>
  372.             <key>PluralName</key>
  373.             <string>applications</string>
  374.         </dict>
  375.     </dict>
  376.     <key>Commands</key>
  377.     <dict>
  378.         <key>SendPostToWeblog</key>
  379.         <dict>
  380.             <key>Description</key>
  381.             <string>Send the post to the weblog selected in the weblog popup menu.</string>
  382.             <key>Name</key>
  383.             <string>send post to weblog</string>
  384.         </dict>
  385.     </dict>
  386.     <key>Name</key>
  387.     <string>MarsEdit Suite</string>
  388. </dict>
  389. </plist>
  390.